Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.packaging.nativeimage.advanced.nestedconfigurationproperties
Package-level
declarations
Types
Types
My
Properties
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
open
class
MyProperties
My
Properties
Ctor
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
open
class
MyPropertiesCtor
My
Properties
Kotlin
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
data
class
MyPropertiesKotlin
(
val
name
:
String
,
val
nested
:
Nested
)
My
Properties
Record
Link copied to clipboard
@
ConfigurationProperties
(
value
=
"my.properties"
)
class
MyPropertiesRecord
:
Record
Nested
Link copied to clipboard
open
class
Nested
class
Nested